Click or drag to resize

Item Constructor (String, String)

Initializes a new instance of the Item class.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public Item(
	string subject,
	string itemClass
)

Parameters

subject
Type: SystemString
The subject.
itemClass
Type: SystemString
The item class.
See Also